home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TRENFILE / TRENFILE.txt
Text File  |  1998-04-27  |  1KB  |  53 lines

  1. object RenFile: TRenFile
  2.   Left = 303
  3.   Top = 272
  4.   ActiveControl = edFileName
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   ClientHeight = 77
  8.   ClientWidth = 282
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 282
  20.     Height = 77
  21.     Align = alClient
  22.     BevelInner = bvLowered
  23.     BorderWidth = 2
  24.     TabOrder = 0
  25.     object Button1: TButton
  26.       Left = 111
  27.       Top = 42
  28.       Width = 62
  29.       Height = 22
  30.       Caption = 'Ok'
  31.       TabOrder = 0
  32.       OnClick = Button1Click
  33.     end
  34.     object Panel2: TPanel
  35.       Left = 4
  36.       Top = 4
  37.       Width = 274
  38.       Height = 25
  39.       Align = alTop
  40.       BevelOuter = bvNone
  41.       BorderStyle = bsSingle
  42.       TabOrder = 1
  43.       object edFileName: TEdit
  44.         Left = 0
  45.         Top = 0
  46.         Width = 270
  47.         Height = 21
  48.         TabOrder = 0
  49.       end
  50.     end
  51.   end
  52. end
  53.